home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / scripts / phplookup.tss < prev    next >
Text File  |  2003-07-09  |  215b  |  14 lines

  1. {
  2. [Scriptsettings]
  3. Scriptname=Lookup PHP code
  4. ExecuteOnStartup=0
  5. ExecuteOnlyOnce=0
  6. }
  7. program LookupPHPCode;
  8.  
  9.  
  10. begin
  11.  If GetWordAtCursor <> '' then
  12.   Execute('http://www.php.net/'+GetWordAtCursor);
  13. end.
  14.